[IA64] 80-column reformatting for flushd.S
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 14 Aug 2006 19:43:31 +0000 (13:43 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 14 Aug 2006 19:43:31 +0000 (13:43 -0600)
Minor reformatting so that flushd.S can be used with 80-column
displays, in accordance with Linux coding style.  No instructions
were changed.

Signed-off-by: Al Stone <ahs3@fc.hp.com>
xen/arch/ia64/xen/flushd.S

index 1a83e79a1ca2851dd5aeada0fd81e387717d0b9c..76ac5f4b2a2df7ff1b8f48783065a156fb691d7f 100644 (file)
@@ -16,8 +16,9 @@
         *
         *      Flush cache.
         *
-        *      Must deal with range from start to end-1 but nothing else (need to
-        *      be careful not to touch addresses that may be unmapped).
+        *      Must deal with range from start to end-1 but nothing else 
+        *      (need to be careful not to touch addresses that may be 
+        *      unmapped).
         *
         *      Note: "in0" and "in1" are preserved for debugging purposes.
         */
@@ -37,7 +38,8 @@ GLOBAL_ENTRY(flush_dcache_range)
        ;;
        sub     r8=r22,r23              // number of strides - 1
        shl     r24=r23,r20             // r24: addresses for "fc" =
-                                       //      "start" rounded down to stride boundary
+                                       //      "start" rounded down to stride 
+                                       //      boundary
        .save   ar.lc,r3
        mov     r3=ar.lc                // save ar.lc
        ;;
@@ -49,7 +51,8 @@ GLOBAL_ENTRY(flush_dcache_range)
         * 32 byte aligned loop, even number of (actually 2) bundles
         */
 .Loop: fc      r24                     // issuable on M0 only
-       add     r24=r21,r24             // we flush "stride size" bytes per iteration
+       add     r24=r21,r24             // we flush "stride size" bytes per
+                                       //   iteration
        nop.i   0
        br.cloop.sptk.few .Loop
        ;;